home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 355_03 / slk3.exe / TEST / T.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-06-09  |  337 b   |  14 lines

  1. rem
  2. rem source:  spptest.bat
  3. rem version: February 14, 1989
  4. rem
  5. set INCLUDE=c:\include\turboc
  6. REM
  7. REM sys.c
  8. REM
  9. del temp
  10. sdel   \sherlock\spp\sys.c temp >t.out
  11. spp    temp out1 -d TURBOC -s c:\sherlock\spp -s c:\sherlock >>t.out
  12. sppdb  temp out2 -d TURBOC -s c:\sherlock\spp -s c:\sherlock >>t.out
  13. sdif -b out1 out2 >>t.out
  14.